home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / emacssrc.zip / EMACSSRC.TAR / emacs-19.17 / src / ntsig.h < prev    next >
Text File  |  1993-10-16  |  1KB  |  34 lines

  1. /*
  2.    Signal support for Windows NT (tm) port of GNU EMACS.
  3.    Copyright (C) 1992 Free Software Foundation, Inc.
  4.  
  5.    This file is part of GNU Emacs.
  6.  
  7.    GNU Emacs is free software; you can redistribute it and/or modify it
  8.    under the terms of the GNU General Public License as published by the
  9.    Free Software Foundation; either version 1, or (at your option) any later
  10.    version.
  11.  
  12.    GNU Emacs is distributed in the hope that it will be useful, but WITHOUT
  13.    ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  14.    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
  15.    more details.
  16.  
  17.    You should have received a copy of the GNU General Public License along
  18.    with GNU Emacs; see the file COPYING.  If not, write to the Free Software
  19.    Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
  20.  
  21.    Tim Fleehart (apollo@online.com)    2-May-92
  22. */
  23.  
  24.  
  25. /*
  26.  *  Defines that we need that aren't in the standard signal.h
  27.  */
  28.  
  29. #define SIGHUP  1               /* Hang up */
  30. #define SIGQUIT 3               /* Quit process */
  31. #define SIGKILL 9               /* Die, die die */
  32. #define    SIGALRM    14        /* alarm                */
  33. #define    SIGCHLD    18        /* death of child            */
  34.